.v-footer {
  width: 100%;
  background: #FFFBEF;
  border-top: 2px solid rgb(212, 130, 94);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

.v-footer-title {
  font-size: 20px;
}

.color-46136199 {
  color: rgb(46, 136, 199);
}
.v-footer-code__wrapper img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  -o-object-fit: contain;
}

@media screen and (min-width: 769px) {
  .v-footer {
    height: 262px;
  }
  .v-footer__box {
    width: 1200px;
    margin: 0 auto;
  }
  .v-footer-title {
    margin-bottom: 30px;
  }
  .v-footer__p {
    margin-top: 30px;
  }
  .v-footer__p p:nth-child(2) {
    text-align: center;
  }
  .v-footer-line {
    width: 2px;
    height: 100px;
    background: rgb(51, 139, 200);
    align-self: flex-end;
    border-radius: 15px;
    margin: 0 60px;
    transform: scale(.999);
  }
  .v-footer__category {
    flex-wrap: wrap;
    width: 200px;
    margin-top: 40px;
  }
  .v-footer__category > a {
    width: 50%;
    color: #333;
  }
  .v-footer__category > a:hover {
    color: rgb(51, 139, 200);
  }
}

@media screen and (max-width: 768px) {
  .v-footer__box {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    flex-direction: column;
  }
  .v-footer-line {
    width: 100%;
    height: 2px;
    background: rgb(51, 139, 200);
    margin: 15px auto;
  }
  .v-footer__box-left {
    order: 3;
  }
  .v-footer__box-right {
    order: 1;
  }
  .v-footer-line:nth-child(2) {
    order: 2;
  }
  .v-footer__box-middle {
    order: 0;
  }
  .v-footer__p {
    margin-top: 10px;
  }
  .v-footer-title {
    margin-bottom: 10px;
  }
  .v-footer__box-middle {
    flex-direction: column;
  }
  .v-footer__category {
    flex-wrap: wrap;
  }
  .v-footer__category > a {
    color: #333;
    margin: 0 10px 10px 0;
  }
}
